home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0217.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  340 b   |  22 lines

  1.  
  2. Dear Amos Group,
  3.  
  4.                I was wondering if any one could help me find a quicker way
  5.                than this, in finding multiple bob positions.
  6.  
  7. For G=1 to 20
  8.   For B=21 to 40
  9.  
  10.     If X bob(G)>X bob(B)-10 and X bob(G)<X bob(B)+10
  11.     and Y bob(G)>Y bob(B)-10 and Y bob(G)<Y bob(B)+10
  12.  
  13.   next B
  14.  next G
  15. end if
  16.  
  17. thankyou
  18.  
  19. Aaron 
  20.  
  21.  
  22.